home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / misc / m4-103a.not < prev    next >
Text File  |  1996-11-16  |  891b  |  34 lines

  1. GNU m4 1.0.3
  2. Binaries for Linux prepared by faith@cs.unc.edu, Wed Dec 23 19:05:25 1992
  3. Compiled with gcc 2.2.2d7 (-O6)
  4. Linked with jump-4.1 libraries (-s), but tested with jump-4.2 libraries
  5.  
  6.  
  7. To install from Linux binary distribution:
  8.  
  9. 1) Get binary distribution (m4-103A.taz) from
  10. ftp.cs.unc.edu:/pub/faith/linux/utils or from
  11. tsx-11.mit.edu:/pub/linux/binaries/FSF
  12. 2) cd /
  13. 3) gtar zpxvf m4-103A.taz
  14.  
  15. Alternatively, the SLS sysinstall program can be used.
  16.  
  17.  
  18. To uninstall this binary distribution, do the following:
  19.  
  20. cd /usr/src/m4-1.0.3
  21. ./m4-103A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: prep.ai.mit.edu:/pub/gnu/m4-1.0.3.tar.Z
  27. 2) Untar m4-1.0.3.tar.Z in /usr/src
  28. 3) cd m4-1.0.3
  29. 4) Edit m4.h and put #ifndef linux, #endif around the line
  30.    which declares sys_errlist[].
  31. 5) ./configure --prefix=/usr
  32. 6) make CC=gcc CFLAGS=-O6 LDFLAGS=-s
  33. 7) make infodir=/usr/emacs/info install
  34.